home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- set vListPosition to the text of member "Checking Linear GetOne Input Field 1"
- set vListPosition to checkValue(vListPosition)
- if vListPosition <> EMPTY then
- if ilk(gDefaultLinearList, #linearList) then
- if vListPosition starts "#" then
- set vListPosition to value(vListPosition)
- end if
- set vGottenValue to string(getOne(gDefaultLinearList, vListPosition))
- set the text of member "Checking Linear GetOne Display Field 2" to vGottenValue
- end if
- end if
- end
-